home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / June 96 / Re Illegal Precompiled Hea.1 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.2 KB  |  [TEXT/ttxt]

  1. Subject:     Re: Illegal Precompiled Hea
  2. Sent:        6/25/96 9:17 AM
  3. Received:    6/25/96 9:35 AM
  4. From:        Kirk Swenson, kswenson@mail.keypress.com
  5. Reply-To:    ODF Interest, ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8.                       RE>>Illegal Precompiled Header with CW9      6/25/96
  9.  
  10. >Thanks for the help!  I have run the ODF Builder(CW) and I am working on 
  11. >the following link errors:
  12. >
  13. >Link Error   : missing vtable 'bad_exception::__vt'
  14. >Check that all virtual functions and static members are defined
  15.  
  16. [more link errors snipped]
  17.  
  18. >Link Error   : undefined 'set_new_handler(void (*)(void))' (code)
  19. >Referenced from '__sinit_FWODExce_cpp' in FWODExce.cpp
  20. >Referenced from 'operator new(unsigned long)' in FWPriMem.cpp
  21.  
  22. I believe these link errors are the result if you don't make the library
  23. changes that are described by the CW9 conversion document:
  24.  
  25. >For all samples (debug and release) including your part project:
  26. >    - Remove ODFRuntime.lib
  27. >    - Remove ANSI C++.PPC.Lib
  28. >    - Add MWCRuntime.lib
  29. >    - Add console.stubs.c
  30.  
  31. Kirk Swenson
  32. Senior Software Engineer
  33. Key Curriculum Press
  34. kswenson@keypress.com
  35.  
  36.